home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / P_R / P2PATCH.ZIP / patch.bat < prev    next >
DOS Batch File  |  1997-02-11  |  432b  |  22 lines

  1. @ECHO OFF >nul
  2. IF EXIST DOS4GW.EXE GOTO GOOD
  3.  
  4. :ERROR
  5.  
  6. ECHO The Privateer 2: The Darkening patch files must be
  7. echo located in a directory where Privateer 2 is already
  8. echo installed.  Please copy all the appropriate files
  9. echo to the correct directory, then re-run PATCH.
  10. GOTO END
  11.  
  12. :GOOD
  13. OSI.EXE
  14. echo.
  15. echo.
  16. echo.
  17. echo The Privateer 2: The Darkening patch was successful.
  18. GOTO END
  19.  
  20. :END
  21. echo.
  22. ECHO HAPPY GAMING!